Bug 442042 – GtkScaleButton is too limited
authorMichael Natterer <mitch@imendio.com>
Fri, 27 Jun 2008 09:33:32 +0000 (09:33 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 27 Jun 2008 09:33:32 +0000 (09:33 +0000)
commit53d96e46f443f41b1e2c01cec7afc21400d96abf
tree4135d718d252dd77e1ab064e5765c927babe293c
parentd79185cf1fad10b606cdb17247b696a15fe1b303
Bug 442042 – GtkScaleButton is too limited

2008-06-27  Michael Natterer  <mitch@imendio.com>

Bug 442042 – GtkScaleButton is too limited

* gtk/gtkscalebutton.c: add "orientation" property. Make sure the
stuff that is part of the public API continues to be created in
init() to stay compatible. Move creating of the popup scale to
constructor(). Add an internal HScale class. Changed popup
positioning for horizontal scales accordingly.

svn path=/trunk/; revision=20692
ChangeLog
gtk/gtkscalebutton.c